deleteLog

suspend fun deleteLog(log: ChatLog)

Deletes a chat log from the remote data source.

Parameters

log

The chat log to be deleted.


suspend fun deleteLog(id: String)

Deletes a chat log from the remote data source by its ID.

Parameters

id

The unique ID of the chat log to be deleted.